Java View all facts Glossary Help |
type > primitive type > boolean^2 |
boolean^2 comparison table |
Subject | cast | have default value | treat as | has definition | have | is a kind of | is an instance of |
---|---|---|---|---|---|---|---|
primitive type | A type where a variable of that type evaluates to the value stored in the variable | a corresponding class in the java.lang package | type | ||||
boolean^2 | to or from any other type | false | an integer as in C | value true or false | primitive type |
Next primitive type: floating point type Up: primitive type Previous primitive type: integral type